home *** CD-ROM | disk | FTP | other *** search
- if #argv<2
- echo >&2 usage: uue file [file]...
- echo >&2 result placed in file.uu
- else
- local i
- foreach i ( $* )
- echo encoding $i to $i.uu
- uuencode >$i.uu <$i $i
- end
- endif
- # Uue is presented as is; no warrantee is either expressed or implied
- # as to it's suitability to any purpose whatsoever. You assume all the
- # risk for all damage, even if caused by a defect in the software,
- # no matter how awful.
-